Delete a Compute Bridge
You can delete a bridge to end the communication between two connected VPC (Virtual Private Cloud).
The ability to delete a bridge depends on its state:
- If the connection is in the
activestate, it can be deleted. - If it is in the
failedstate, it cannot be deleted.
Permissions
info
This action requires the following IAM (Identity and Access Management) permissions:
- connectivity.bridge.delete
- API
- Terraform
The DELETE /connectivity/spaces/{spaceId}/computeBridges/{id} command deletes the bridge.
If the bridge is in the "Active" state, it can be deleted.
If it is in the "Failed" state, it cannot be deleted.
The Terraform documentation is available on the Numspot registry ↗.