Skip to main content
Glama

delete_emr_application

Permanently delete an EMR Serverless application. Works on STOPPED or CREATED applications; can optionally force-stop running applications first. Specify environment to ensure proper execution.

Instructions

Delete an EMR Serverless application permanently.

The application must be in STOPPED or CREATED state to be deleted. If the application is still running:

  • With force=False: returns an error asking you to stop it first.

  • With force=True: automatically stops the app (cancelling any running jobs), waits for it to reach STOPPED state, then deletes it.

Args: application_id: The EMR Serverless application ID. force: If True, stop the app first (cancelling jobs) then delete. If False, only delete if already stopped. env: Target environment — 'dev', 'uat', 'test', or 'prod'. IMPORTANT: Do NOT guess or default. Ask the user which environment if not specified.

Returns a step-by-step report of what was done.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
application_idYes
forceNo
envNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SrujanReddyKallu2024/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server