start_cluster
Initiate the restart of a terminated Databricks cluster by specifying the required cluster_id parameter, enabling efficient resource management and workflow continuity.
Instructions
Start a terminated Databricks cluster with parameter: cluster_id (required)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
params | Yes |
Input Schema (JSON Schema)
{
"properties": {
"params": {
"title": "Params",
"type": "object"
}
},
"required": [
"params"
],
"title": "start_clusterArguments",
"type": "object"
}