v1

latestOpenAPI 3.0.02026-07-13288558.3 KB

/instances/{id}/update

Update mutable details about the instance. Set a value to null to delete it. Omit a value or leave undefined to keep unchanged.

post/instances/{id}/update

Request body

namestring

The name of the instance

tagsTag[]

Add custom, searchable tags to instances.

Example request

{
  "name": "cool-gpu-server",
  "auto_delete": {
    "date_threshold": "2006-01-02T15:04:05-07:00",
    "spend_threshold": "3.14"
  },
  "alert": {
    "date_threshold": "2006-01-02T15:04:05-07:00",
    "spend_threshold": "3.14"
  },
  "tags": [
    "tag1"
  ]
}

Response

Confirms the update of an instance.