POST
/
cloud
/
v1
/
tasks
/
acknowledge
curl --request POST \
  --url https://api.gcore.com/cloud/v1/tasks/acknowledge \
  --header 'APIKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "task_ids": [
    "<string>"
  ]
}'

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

project_id
integer | null

Project ID of the project where tasks should be acknowledged

Examples:

123

region_id
integer | null

Region ID of the region where tasks should be acknowledged

Examples:

123

Body

application/json

Response

204

No Content