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