# 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 - a unique request identifier. You can learn more about it here.

See also: