provider Security Monitoring PUT /api/v2/security_monitoring/content_packs/{content_pack_id}/deactivate
@utdk/datadog /api/v2/security_monitoring/content_packs/{content_pack_id}/deactivate
Deactivate content pack
Deactivate a security monitoring content pack. This operation removes the content pack's configuration from log filters or security filters and updates the content pack activation state.
content_pack_id path required
The ID of the content pack to deactivate.
string

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.

deactivatecontentpack
PUT/api/v2/security_monitoring/content_packs/{content_pack_id}/deactivate
Deactivate a security monitoring content pack. This operation removes the content pack's configuration from log filters or security filters and updates the content pack activation state.

Parameters

required

The ID of the content pack to deactivate.

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.deactivatecontentpack()