{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"finished_at": "2023-11-07T05:31:56Z",
"amount_paid": 123,
"completed_percent": 123,
"total_gpus": 123,
"gpus_per_container": 123,
"total_containers": 123,
"hardware_name": "<string>",
"hardware_id": 123,
"locations": [
{
"id": 123,
"iso2": "<string>",
"name": "<string>"
}
],
"brand_name": "<string>",
"compute_minutes_served": 123,
"compute_minutes_remaining": 123,
"container_config": {
"entrypoint": [
"<string>"
],
"env_variables": {},
"traffic_port": 123,
"image_url": "<string>",
"secret_env_keys": [
"<string>"
]
}
}
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Getting Started With CaaS API
Extend Deployment Duration
Increase the runtime of an existing deployment without redeploying.
POST
/
enterprise
/
v1
/
io-cloud
/
caas
/
deployment
/
{deployment_id}
/
extend
{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"finished_at": "2023-11-07T05:31:56Z",
"amount_paid": 123,
"completed_percent": 123,
"total_gpus": 123,
"gpus_per_container": 123,
"total_containers": 123,
"hardware_name": "<string>",
"hardware_id": 123,
"locations": [
{
"id": 123,
"iso2": "<string>",
"name": "<string>"
}
],
"brand_name": "<string>",
"compute_minutes_served": 123,
"compute_minutes_remaining": 123,
"container_config": {
"entrypoint": [
"<string>"
],
"env_variables": {},
"traffic_port": 123,
"image_url": "<string>",
"secret_env_keys": [
"<string>"
]
}
}
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}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.
Response
Successful Response
Show child attributes
Show child attributes
Was this page helpful?