> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognite.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Actions

> Trigger and manage remote actions on an integration in Cognite Data Fusion (CDF).

Actions let you trigger remote operations on an integration, such as asking an extractor to restart or reload its configuration. CDF tracks each action's status as the extractor picks it up and completes it. You can create actions, list or retrieve their status, and cancel pending ones.

## What actions are

An action is a request for an integration to do something outside its normal task loop. The extractor picks up pending actions, runs them, and reports the outcome to CDF. This lets you manage extractors remotely without network access to where they run.

## Triggering and tracking actions

You create an action against a specific integration, then poll or retrieve it to see whether it's pending, running, completed, or failed. If an action is no longer needed, you can cancel it before the extractor picks it up.

<Note>
  You can cancel an action only while it's pending or running. After the extractor reports completion, the outcome is final.
</Note>

## Key operations

* **Create**: Request a remote action on an integration.
* **List and retrieve**: Check the status of actions by integration or by ID.
* **Cancel**: Stop a pending or running action before it completes.

Actions give you remote control over an extractor's behavior, complementing the passive monitoring that task history and error listing provide.
