terminate_cluster
Terminate a Databricks cluster by specifying its cluster_id to shut down resources, ensuring efficient cluster management and cost control.
Instructions
Terminate a Databricks cluster
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cluster_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"cluster_id": {
"title": "Cluster Id",
"type": "string"
}
},
"required": [
"cluster_id"
],
"title": "terminate_clusterArguments",
"type": "object"
}