Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Must be a unique string identifying the deployment.
Duration of the deployment in hours.
Must be set to 8.
Use values from the Inventory Browsing API.
Array of region/location IDs. Use values from the Inventory Browsing API.
Configuration of the container to deploy. See below.
Docker image registry credentials and image details. See below.
Number of container replicas to run.
Array of strings in exec form that overrides the container’s default entrypoint. Example: ["python3", "-m", "my.app"].
Port on which the container exposes its HTTP service. Used for internal health checks.
Key-value pairs of environment variables.
Same as env_variables, but securely stored. Only visible in actual deployments.
Array of strings to append to the entrypoint. Must contain at least one item.
Full Docker image path (e.g., ghcr.io/org/image:tag).
Username for container registry.
Access token or password for container registry.