delete_instance
Remove a cloud instance from the Civo platform by specifying its ID and region to manage infrastructure resources and control costs.
Instructions
Delete a cloud instance on Civo
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Instance ID | |
region | Yes | Region identifier |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Instance ID",
"type": "string"
},
"region": {
"description": "Region identifier",
"type": "string"
}
},
"required": [
"id",
"region"
],
"type": "object"
}