Moves an application from one drive to another or manages installation of an application on the target Xbox One development console.
Note Only supported for the Xbox One platform.
| Parameter | Description | |
|---|---|---|
| packagefullname | base64-encoded string | The Package Full Name of the package. Required for the POST method. |
| destinationDrive | string | The drive to move the package to. Required for the POST method. |
| installId | base64-encoded string | The GUID identifying the move or install which we are querying. Required for the GET and DELETE methods. |
DELETE (/ext/app/move)
Cancels the move or install on the target Xbox One development console.
GET (/ext/app/move)
Gets the current status of the move or install on the target Xbox One development console.
POST (/ext/app/move)
Starts a move of an application from one drive to another on the target Xbox One development console.