Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

stop_app

stop_app(**kwargs)

Stops the given custom app and shuts down all of its allocated compute resources.

See also: AWS API Documentation

Request Syntax

response = client.stop_app(
    App='string',
    Domain='string',
    Simulation='string'
)
Parameters
  • App (string) --

    [REQUIRED]

    The name of the app.

  • Domain (string) --

    [REQUIRED]

    The name of the domain of the app.

  • Simulation (string) --

    [REQUIRED]

    The name of the simulation of the app.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • SimSpaceWeaver.Client.exceptions.ResourceNotFoundException
  • SimSpaceWeaver.Client.exceptions.InternalServerException
  • SimSpaceWeaver.Client.exceptions.AccessDeniedException
  • SimSpaceWeaver.Client.exceptions.ValidationException
  • SimSpaceWeaver.Client.exceptions.ConflictException