Terminating cluster programmatically
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 11:38 PM
Is there any python script that allows me to terminate (not delete) a cluster in the notebook, similar to this R equivalent of
terminate_cluster(cluster_id, workspace, token = NULL, verbose = T, ...)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2024 07:20 AM
Is there a way to do this without sending putting the plain text token in the code? The API is rejecting tokens stored in secrets with a compatibility error.