Overview
IAM
- Account
- Users
- API Tokens
CDN
- IP addresses list
- CDN service
- Origins
- CDN resources
- CDN activity logs
- Log forwarding
- Log viewer
- Logs uploader
- Tools
- Rules
- Rule templates
- Purge history
- SSL certificates
- CA certificates
- CDN Statistics
- Advanced analytics
- Origin shielding
- Let's Encrypt certificates
Managed DNS
- Analyze
- Locations
- Lookup
- Metrics
- Pickers
- DNS Clients
- Zones
- DNSSEC
- RRsets
Cloud
- Bare Metal
- Container as a Service
- GETGet CaaS flavors
- GETList api keys
- POSTCreate api key
- GETGet api key
- DELDelete api key
- PATCHChange api key
- GETList pull secrets
- POSTCreate pull secret
- GETGet pull secret
- DELDelete pull secret
- PATCHChange pull secret
- POSTCheck quota for container creation
- GETList containers
- POSTCreate container
- GETGet container
- DELDelete container
- PATCHChange container
- GETGet container logs
- POSTPreview container price
- POSTCheck the quota required to create a registry
- GET
- Cost Reports
- DDOS Protection
- File Shares
- Firewalls
- Floating IPs
- Function as a Service
- GPU Cloud
- IP Ranges
- Images
- Inference Instances
- Instances
- Load Balancers
- Logging
- Managed Kubernetes
- Managed PostgreSQL
- Networks
- Placement Groups
- Projects
- Quotas
- Regions
- Registry
- Reservations
- Reserved IPs
- Routers
- SSH Keys
- Secrets
- Service Endpoints
- Snapshot Schedules
- Snapshots
- Tasks
- User Actions
- User Role Assignments
- Volumes
Security
- Event Logs
- BGP announces
- Security Templates
- Profiles
FastEdge
- Apps
- Binaries
- FastEdge Clients
- FastEdge Secrets
- Stats
- FastEdge Templates
WAAP
- WAAP Service
- Domains
- Policies
- Analytics
- Custom Page Sets
- Custom Rules
- Firewall Rules
- Advanced Rules
- Tags
- Network Organizations
- API Discovery
- IP Spotlight
- Security Insights
Web Security
- Billing Statistics
- Resources
Video Streaming
- Streams
- Overlays
- Broadcasts
- Restreams
- Videos
- Subtitles
- Directories
- Playlists
- QualitySets
- Players
- AI
- Streaming Statistics
Object Storage
- Notifications
- Key
- Location
- Storage
- Storage Statistics
Container as a Service
Preview container price
Preview billing price of the container based on the provided specifications.
POST
/
cloud
/
v1
/
pricing
/
{project_id}
/
{region_id}
/
caas
Copy
Ask AI
curl --request POST \
--url https://api.gcore.com/cloud/v1/pricing/{project_id}/{region_id}/caas \
--header 'APIKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"flavor": "250mCPU-512MiB",
"scale": {
"max": 2,
"min": 1
}
}'
Copy
Ask AI
{
"currency_code": "USD",
"discount_percent": 0.16,
"price_per_hour": 1,
"price_per_month": 720,
"price_status": "show",
"price_without_discount_per_month": 604.8
}
Authorizations
API key for authentication.
Path Parameters
Project ID
Examples:
1
Region ID
Examples:
1
Body
application/json
Response
200 - application/json
OK
Response with prices per hour and per month
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://api.gcore.com/cloud/v1/pricing/{project_id}/{region_id}/caas \
--header 'APIKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"flavor": "250mCPU-512MiB",
"scale": {
"max": 2,
"min": 1
}
}'
Copy
Ask AI
{
"currency_code": "USD",
"discount_percent": 0.16,
"price_per_hour": 1,
"price_per_month": 720,
"price_status": "show",
"price_without_discount_per_month": 604.8
}
Assistant
Responses are generated using AI and may contain mistakes.