stop_app

SimSpaceWeaver.Client.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