Unprotect Cube
unprotect_cubeDisable termination protection on a Cube so delete_cube can proceed. Use when deletion is blocked by protection; repeated calls have no effect.
Instructions
Turn off termination protection for a Cube. After this call, delete_cube works normally again. Idempotent: unprotecting an already-unprotected Cube is a no-op server-side. To turn protection back on, call protect_cube.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cubeId | Yes | The Cube id to operate on. | |
| spaceId | No | Krova Cloud Space id. Optional if KROVA_SPACE_ID is set as the server default. |