Skip to main content
PATCH
/
enterprise
/
v1
/
io-cloud
/
caas
/
deployment
/
{deployment_id}
Update Container Definition
curl --request PATCH \
  --url https://api.io.solutions/enterprise/v1/io-cloud/caas/deployment/{deployment_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<any>"'
{
  "status": "<string>",
  "deployment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
Note: Hardware parameters (like hardware_id, location_id, and replica_count) cannot be changed.
Note: Although earlier examples may use a container_config wrapper, the current API expects all configuration fields at the top level of the request body. Including a container_config key will result in a “extra_forbidden” error.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-api-key
string

io.net provided API Key

Path Parameters

deployment_id
string<uuid>
required

Body

application/json · any

The body is of type any.

Response

Successful Response

status
string
required
deployment_id
string<uuid>
required
I