start_cluster
Activate a terminated Databricks cluster by specifying its unique cluster ID, enabling seamless resumption of data processing and analytics tasks.
Instructions
Start a terminated 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": "start_clusterArguments",
"type": "object"
}