import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)client.waap.domains.update( domain_id=1, status="active",)
Copy
Ask AI
{}
Domains
Update Domain
PATCH
/
waap
/
v1
/
domains
/
{domain_id}
Python
Copy
Ask AI
import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)client.waap.domains.update( domain_id=1, status="active",)