# stopCachingAllImages

Description: stop caching slides for the slideshow.

The command is used to stop caching for all queued slides and clearing the queue. The files will not be physically deleted; they will remain on the HTTP server.

Request example:

{
    "method" : "stopCachingAllImages",
    "requestId" : "1"
}

Response example:

{
    "method" : "stopCachingAllImages",
    "requestId" : "1",
    "result" : true
}

Parameter description:

  • requestId - unique request identifier. More details can be found here

See also: