| POST | /backend/{appId}/environments/{backendEnvironmentName}/clone | This operation clones an existing backend. |
| POST | /backend | This operation creates a backend for an Amplify app. Backends are automatically created at the time of app creation. |
| POST | /backend/{appId}/api | Creates a new backend API resource. |
| POST | /backend/{appId}/auth | Creates a new backend authentication resource. |
| POST | /backend/{appId}/config | Creates a config object for a backend. |
| POST | /backend/{appId}/storage | Creates a backend storage resource. |
| POST | /backend/{appId}/challenge | Generates a one-time challenge code to authenticate a user into your Amplify Admin UI. |
| POST | /backend/{appId}/environments/{backendEnvironmentName}/remove | Removes an existing environment from your Amplify project. |
| POST | /backend/{appId}/api/{backendEnvironmentName}/remove | Deletes an existing backend API resource. |
| POST | /backend/{appId}/auth/{backendEnvironmentName}/remove | Deletes an existing backend authentication resource. |
| POST | /backend/{appId}/storage/{backendEnvironmentName}/remove | Removes the specified backend storage resource. |
| POST | /backend/{appId}/challenge/{sessionId}/remove | Deletes the challenge token based on the given appId and sessionId. |
| POST | /backend/{appId}/api/{backendEnvironmentName}/generateModels | Generates a model schema for an existing backend API resource. |
| POST | /backend/{appId}/details | Provides project-level details for your Amplify UI project. |
| POST | /backend/{appId}/api/{backendEnvironmentName}/details | Gets the details for a backend API. |
| POST | /backend/{appId}/api/{backendEnvironmentName}/getModels | Gets a model introspection schema for an existing backend API resource. |
| POST | /backend/{appId}/auth/{backendEnvironmentName}/details | Gets a backend auth details. |
| GET | /backend/{appId}/job/{backendEnvironmentName}/{jobId} | Returns information about a specific job. |
| POST | /backend/{appId}/storage/{backendEnvironmentName}/details | Gets details for a backend storage resource. |
| GET | /backend/{appId}/challenge/{sessionId} | Gets the challenge token based on the given appId and sessionId. |
| POST | /backend/{appId}/auth/{backendEnvironmentName}/import | Imports an existing backend authentication resource. |
| POST | /backend/{appId}/storage/{backendEnvironmentName}/import | Imports an existing backend storage resource. |
| POST | /backend/{appId}/job/{backendEnvironmentName} | Lists the jobs for the backend of an Amplify app. |
| POST | /backend/{appId}/remove | Removes all backend environments from your Amplify project. |
| POST | /backend/{appId}/config/remove | Removes the AWS resources required to access the Amplify Admin UI. |
| POST | /backend/{appId}/api/{backendEnvironmentName} | Updates an existing backend API resource. |
| POST | /backend/{appId}/auth/{backendEnvironmentName} | Updates an existing backend authentication resource. |
| POST | /backend/{appId}/config/update | Updates the AWS resources required to access the Amplify Admin UI. |
| POST | /backend/{appId}/job/{backendEnvironmentName}/{jobId} | Updates a specific job. |
| POST | /backend/{appId}/storage/{backendEnvironmentName} | Updates an existing backend storage resource. |