Elastic Kubernetes Service (EKS)
Delete an existing EKS job
Deletes an EKS job from the specified cluster and namespace. Only the job owner can delete their jobs.
delete/api/containers/eks/job
Headers
X-EDH-USERstring required
EDH username for authentication
X-EDH-TOKENstring required
EDH authentication token
Response
Job deleted successfully
Example response
{
"success": true,
"message": "Job 'simulation-job-001' deleted successfully."
}