{
"status": "<string>",
"deployment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Getting Started With CaaS API
Deploy a Container
This endpoint is used to deploy a CaaS cluster on IO.NET infrastructure. The container must expose an HTTP server on a single port, and it must run within a single node.
POST
/
enterprise
/
v1
/
io-cloud
/
caas
/
deploy
{
"status": "<string>",
"deployment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}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
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
io.net provided API Key
Body
application/json
The body is of type any.
Was this page helpful?