Apify is a platform for building, deploying, and managing web scraping and automation tools, known as Actors.
Tool to abort an Actor build using the deprecated endpoint. Use when you need to cancel a build in progress. Only builds with STARTING or RUNNING status are aborted; builds in terminal states (FINISHED, FAILED, ABORTING, TIMED-OUT) are not affected. Note: This endpoint is deprecated; use ActorBuildAbortPost for the new endpoint.
Tool to get detailed information about a specific Actor build by actor ID and build ID. Use when you need to retrieve complete build details. Optionally wait for the build to finish using the waitForFinish parameter to avoid polling.
Tool to build an Actor with specified configuration. Use when you need to create a new build of an Actor with a specific version. The build process compiles the Actor's source code into a Docker image.
Tool to abort an Actor build that is starting or running. Use when you need to cancel a build in progress. Builds in terminal states (FINISHED, FAILED, ABORTING, TIMED-OUT) are not affected.
Tool to delete an Actor build permanently. Use when you need to remove a specific build by its ID. The default build for an Actor cannot be deleted. Only users with build permissions can delete builds.
Tool to get detailed information about a specific Actor build. Use when you need to retrieve complete build details by build ID. Optionally wait for the build to finish using the waitForFinish parameter to avoid polling.