# Actor runs - Introduction

The API endpoints described in this section enable you to manage, and delete Apify Actor runs.

If any returned run object contains usage in dollars, your effective unit pricing at the time of query has been used for computation of this dollar equivalent, and hence it should be used only for informative purposes.

For completed runs, aggregated fields such as `stats` or dollar usage totals are eventually consistent and update within a few seconds. For values that must match finalized totals, wait about 10 seconds after the run completed, then fetch the run again.

You can learn more about platform usage in the [documentation](https://docs.apify.com/platform/actors/running/usage-and-resources#usage).

<!-- -->

## [Get user runs list](https://pr-2517.preview.docs.apify.com/api/v2/actor-runs-get.md)

[/actor-runs](https://pr-2517.preview.docs.apify.com/api/v2/actor-runs-get.md)

## [Get run](https://pr-2517.preview.docs.apify.com/api/v2/actor-run-get.md)

[/actor-runs/{runId}](https://pr-2517.preview.docs.apify.com/api/v2/actor-run-get.md)

## [Update run](https://pr-2517.preview.docs.apify.com/api/v2/actor-run-put.md)

[/actor-runs/{runId}](https://pr-2517.preview.docs.apify.com/api/v2/actor-run-put.md)

## [Delete run](https://pr-2517.preview.docs.apify.com/api/v2/actor-run-delete.md)

[/actor-runs/{runId}](https://pr-2517.preview.docs.apify.com/api/v2/actor-run-delete.md)

## [Abort run](https://pr-2517.preview.docs.apify.com/api/v2/actor-run-abort-post.md)

[/actor-runs/{runId}/abort](https://pr-2517.preview.docs.apify.com/api/v2/actor-run-abort-post.md)

## [Metamorph run](https://pr-2517.preview.docs.apify.com/api/v2/actor-run-metamorph-post.md)

[/actor-runs/{runId}/metamorph](https://pr-2517.preview.docs.apify.com/api/v2/actor-run-metamorph-post.md)

## [Reboot run](https://pr-2517.preview.docs.apify.com/api/v2/actor-run-reboot-post.md)

[/actor-runs/{runId}/reboot](https://pr-2517.preview.docs.apify.com/api/v2/actor-run-reboot-post.md)

## [Resurrect run](https://pr-2517.preview.docs.apify.com/api/v2/post-resurrect-run.md)

[/actor-runs/{runId}/resurrect](https://pr-2517.preview.docs.apify.com/api/v2/post-resurrect-run.md)

## [Charge events in run](https://pr-2517.preview.docs.apify.com/api/v2/post-charge-run.md)

[/actor-runs/{runId}/charge](https://pr-2517.preview.docs.apify.com/api/v2/post-charge-run.md)

## [Get run's log](https://pr-2517.preview.docs.apify.com/api/v2/actor-run-log-get.md)

[/actor-runs/{runId}/log](https://pr-2517.preview.docs.apify.com/api/v2/actor-run-log-get.md)
