Opt Out of the FPP Series

If you need to opt out of the FPP series, use the following commands:

  • To opt out using EM CLI run the following command emcli db_software_maintenance -setup -optOutFPPSeries -input_file="data:<fileLocation>" with the input file containing either the SeriesID or the SeriesName and ServerName. Use one of the two options listed below:
    "series": [
        {
          "seriesId": "<SERIES_ID>"
        },
    "series": 
        {
          "seriesId": "<SERIES_ID>"
        }]
    "series": [
        {
          "seriesName": "<SERIES_NAME>",
          "serverName": "<SERVER_NAME>"
        },
     {
          "seriesName": "<SERIES_NAME>",
          "serverName": "<SERVER_NAME>"
        }]
  • To opt out using REST API, use the following link: Opt-Out Image Series