Resume Security project
Resume a previously suspended Security project. Projects can be automatically suspended after their trial period has expired.
POST
/api/v1/serverless/projects/security/{id}/_resume
curl \
--request POST 'https://api.elastic-cloud.com/api/v1/serverless/projects/security/{id}/_resume' \
--header "Authorization: $API_KEY" \
--header "If-Match: string"