POST
/
cloud
/
v1
/
tasks
/
acknowledge_all
import os
from gcore import Gcore

client = Gcore(
    api_key=os.environ.get("GCORE_API_KEY"),  # This is the default and can be omitted
)
client.cloud.tasks.acknowledge_all()

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

project_id
integer | null

Project ID

region_id
integer | null

Region ID

Response

204

No Content