Troubleshooting
If you've encountered issues, use this page to identify and solve them.
My service instance failed
Your service displays a failed
status when attempting a create
, update
, or delete
action.
Service instances are intentionally moved to a failed
state to prevent broken services from continuing to run. This allows you time to review the failure, decide whether repairs are needed, or determine if the service can be safely reactivated.
Failure during update
or delete
actions
If this error occurs and the service can be safely reactivated.
Fix:
Note: You need an ops role to perform the following actions.
-
Make a PATCH request to update the service:
np service patch \
--id :id \
--body '{
"status": "active"
// Update or re-declare any other values, if needed
}' -
Retry updating or deleting your service instance from the dashboard.
Failure during create
action
This usually happens when the initial service configuration is incorrect.
Fix:
Note: You need an ops role to perform the following actions.
- Check the logs for any misconfigurations.
- Delete the failed service instance from the dashboard.
- Create a new service instance with corrected values.
If none of the solutions resolve the issue, reach out to us for support.