Skip to main content
POST
/
enterprise
/
v1
/
io-cloud
/
caas
/
deploy
Deploy Containers
curl --request POST \
  --url https://api.io.solutions/enterprise/v1/io-cloud/caas/deploy \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<any>"'
{
  "status": "<string>",
  "deployment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Important Constraints:

  • Only HTTP server containers are supported.
  • Only a single traffic port is allowed.
  • Each container must use a minimum of 1 GPU, with no maximum GPU limit.
    • Multi-node GPU configurations are not supported at this time.

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

Body

application/json · any

The body is of type any.

Response

Successful Response

status
string
required
deployment_id
string<uuid>
required
I