provider Fleet Automation POST /api/unstable/fleet/deployments/upgrade
@utdk/datadog /api/unstable/fleet/deployments/upgrade
Upgrade hosts
Create and immediately start a new package upgrade on hosts matching the specified filter query. This endpoint allows you to upgrade the Datadog Agent to a specific version on hosts matching the specified filter query. The deployment is created and started automatically. The system will: 1. Identify all hosts matching the filter query 2. Validate that the specified version is available 3. Begin rolling out the package upgrade to the target hosts

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

createfleetdeploymentupgrade
POST/api/unstable/fleet/deployments/upgrade
Create and immediately start a new package upgrade on hosts matching the specified filter query. This endpoint allows you to upgrade the Datadog Agent to a specific version on hosts matching the specified filter query. The deployment is created and started automatically. The system will: 1. Identify all hosts matching the filter query 2. Validate that the specified version is available 3. Begin rolling out the package upgrade to the target hosts

Input

required

Data for creating a new package upgrade deployment.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.createfleetdeploymentupgrade()