title: "DEPLOYMENT_NOT_FOUND"
DEPLOYMENT_NOT_FOUND
The DEPLOYMENT_NOT_FOUND error occurs when a request is made for a deployment that does not exist. This could happen if the deployment ID or URL is incorrect, or if the deployment has been deleted.
Reference
- Error Code: 404
- Description: The deployment was not found.
- Impact: Affects users attempting to access non-existent deployments.
- Possible Causes:
- Incorrect deployment URL with typos or wrong paths.
- Deployment has been deleted.
- Insufficient permissions to access the deployment.
Table of Contents
Troubleshoot
To resolve DEPLOYMENT_NOT_FOUND, follow these steps:
-
Check the Deployment URL
- Ensure the deployment URL is correct and does not contain typos or incorrect paths.
-
Verify Deployment Existence
- Confirm that the deployment exists and has not been deleted.
-
Review Deployment Logs
- If the deployment exists, review logs for any issues causing unavailability.
-
Check Permissions
- Ensure you have the necessary permissions to access the deployment.
-
Contact Support
- If the issue persists after checking the above steps, contact support for further assistance.
Previous Error
Next Error
Find more error codes and troubleshooting guides on the Error Codes page.