38.4. deleteSnapshots


Name
deleteSnapshots
Description
Deletes all snapshots for a given system based on the date criteria. For example,
  • If the user provides startDate only, all snapshots created either on or after the date provided will be removed.
  • If user provides startDate and endDate, all snapshots created on or between the dates provided will be removed.
  • If the user doesn't provide a startDate and endDate, all snapshots associated with the server will be removed.
Available since: 10.1
Parameters
  • string sessionKey
  • int sid - system id of system to delete snapshots for
  • struct - date details
    • dateTime.iso8601 startDate - Optional, unless endDate is provided.
    • dateTime.iso8601 endDate - Optional.
Return Value
  • int - 1 on success, exception thrown otherwise.
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.