Documentation Index
Fetch the complete documentation index at: https://docs.porter.run/llms.txt
Use this file to discover all available pages before exploring further.
Before You Delete
Before deleting your cluster:- Back up any data stored in your applications or persistent volumes
- Export environment variables and secrets if you need them for future deployments
- Note your configuration if you plan to recreate the cluster later
Delete the Cluster
- AWS
- GCP
- Azure
Delete the cluster in Porter
- Navigate to the Infrastructure tab in the Porter dashboard
- Click Delete Cluster
- Confirm the deletion
Delete the IAM role
After the cluster is deleted:
- Navigate to CloudFormation Stacks in your AWS console
- Select the stack named
PorterRole - Click Delete
Troubleshooting Deletion
Deletion is stuck or taking too long
Deletion is stuck or taking too long
If deletion takes more than 45 minutes:
- Check your cloud provider’s console for any resources in a “deleting” state
- Look for dependencies that may be blocking deletion (e.g., load balancers with active connections)
- Contact us through the dashboard chat bot with your project ID
Resources remain after deletion
Resources remain after deletion
If resources remain in your cloud account after Porter reports deletion complete:
- Follow the Deleting Dangling Resources guide
- Check for resources in different regions than expected
- Look for resources with names containing your project ID
Cannot delete because credentials are missing or expired
Cannot delete because credentials are missing or expired
If Porter can’t delete because it can no longer authenticate to your cloud:AWS: Re-create the CloudFormation stack to restore the IAM role, then delete the cluster.GCP: Workload Identity Federation tokens are minted on demand and do not expire. If Porter can’t authenticate, either the
porter-pool-* Workload Identity Pool or the porter-manager-* service account was deleted. Re-run the connect flow in Integrations → GCP to recreate them, then delete the cluster.Azure: Generate a new client secret and update it in Integrations → Azure, then delete the cluster.If you can’t restore credentials, you’ll need to delete resources manually.
