Platform API
actor.list
Description
Lists all actors associated with the token used. Can be filtered by tags in the query string.
Code Examples
Schema
Request Parameters
Response
A list of actors for the project associated with the token.
The number of CPU cores in millicores, or 1/1000 of a core. For example, 1/8 of a core would be 125 millicores, and 1 core would be 1000 millicores.
The amount of memory in megabytes
The duration to wait for in milliseconds before killing the actor. This should be set to a safe default, and can be overridden during a DELETE request if needed.
If true, the actor will try to reschedule itself automatically in the event of a crash or a datacenter failover. The actor will not reschedule if it exits successfully.