post
https://connect-eu1.jotelulu.com/remote-desktops/v1/subscriptions//instances/retry
Retry the deployment of a failed remote desktop server instance.
This endpoint allows you to recover from failed instance deployments by initiating a retry operation. Useful for handling transient deployment failures, resource availability issues, or configuration problems that can be resolved automatically.
Use Cases:
- Deployment Recovery: Recover from transient deployment failures
- Resource Retry: Retry when resources become available after initial failure
- Configuration Fix: Retry after resolving configuration issues
- Automated Recovery: Integrate with monitoring systems for automatic retry
- Incident Response: Quickly recover from deployment issues
Retry Scenarios:
- Resource Constraints: Retry when compute resources become available
- Network Issues: Recover from temporary network connectivity problems
- Configuration Errors: Retry after fixing configuration issues
- Service Dependencies: Retry when dependent services become available
Best Practices:
- Monitor instance status before initiating retry operations
- Investigate root cause of failure before retrying
- Implement retry limits to avoid infinite retry loops
- Log retry attempts for audit and troubleshooting purposes
- Consider exponential backoff for automated retry systems
Operation Details: This endpoint initiates an asynchronous retry operation. Monitor the instance status to track retry progress and eventual success or failure.