Skip to content

Instantly share code, notes, and snippets.

@steve-fraser
Created February 25, 2026 15:37
Show Gist options
  • Select an option

  • Save steve-fraser/13f3e11c978bab56bcd451094c5ddeba to your computer and use it in GitHub Desktop.

Select an option

Save steve-fraser/13f3e11c978bab56bcd451094c5ddeba to your computer and use it in GitHub Desktop.
curl --request POST \
--url https://api.cast.ai/v1/kubernetes/external-clusters/fc5dac97-6e52-4d16-a6b1-ad4d1bcf8754/disconnect \
--header 'X-API-Key: <>' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"deleteProvisionedNodes": false,
"keepKubernetesResources": true
}
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment