Delete Compute Instance
Deletes a specific compute instance by its ID. This action is irreversible.
Requirements:
- Requires compute permissions (extra_permissions.compute = true)
- Authentication required via admin API key
- Instance must belong to the authenticated user’s workspace
Key Features:
- Permanently remove compute instances
- Free up compute resources
- Stop billing for the instance
- Clean up unused resources
Important:
- This action cannot be undone
- All data on the instance will be lost
- Instance will be immediately terminated
- Billing stops after deletion
Common Use Cases:
- Clean up completed workloads
- Remove failed or stuck instances
- Manage compute costs
- Free up quota for new instances
See fal.ai docs for more details.
DELETE
Delete Compute Instance
Documentation Index
Fetch the complete documentation index at: https://fal.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Admin API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_ADMIN_API_KEY
Path Parameters
Unique identifier for the compute instance
Minimum string length:
1Example:
"inst_abc123xyz"
Response
Compute instance deleted successfully
Delete Compute Instance