{ "operationId": "pinCluster", "method": "POST", "path": "/2.0/clusters/pin", "summary": "Azure Databricks Pin a Cluster", "requestExamples": [ { "contentType": "application/json", "name": "PinclusterRequestExample", "example": { "cluster_id": "500123" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Pincluster200Example", "example": {} } ] }