{
"status": "<string>",
"deployment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Getting Started With CaaS API
Update Deployment Configuration
Modify runtime container settings such as environment variables or entrypoints.
PATCH
/
enterprise
/
v1
/
io-cloud
/
caas
/
deployment
/
{deployment_id}
{
"status": "<string>",
"deployment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}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
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
io.net provided API Key
Path Parameters
Body
application/json
The body is of type any.
Was this page helpful?