cURL
curl --request POST \ --url https://cloud.gorbit.app/api/manage/admin/cc-pair/{cc_pair_id}/prune \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": [ 123 ] }
Triggers pruning on a particular cc_pair immediately
Documentation IndexFetch the complete documentation index at: https://docs.gorbit.cloud/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.gorbit.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header with Bearer token
Successful Response