Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Qlik Cloud: delete Spaces associated to Forts

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Daniele_Purrone
Support
Support

Qlik Cloud: delete Spaces associated to Forts

Last Update:

Mar 23, 2023 9:33:56 AM

Updated By:

Sonja_Bauernfeind

Created date:

Mar 23, 2023 8:44:08 AM

Some customers might have Spaces associated with deactivated Forts. Since those Spaces contain apps, it's not possible to delete them.

Resolution

  1. Install and configure the QlikCli
  2. In a command prompt run (replacing SPACEID with the actual spaceId😞
    qlik item ls --spaceId SPACEID
  3. For each of the apps (and other items) contained in the space you will get something that starts with:

    [
    {
    "actions": [
    "change_owner",
    "change_space",
    "create",
    "delete",
    "duplicate",
    "export",
    "export_reduced",
    "import",
    "read",
    "reload",
    "share",
    "source",
    "update"
    ],
    "collectionIds": [],
    "createdAt": "2022-10-12T09:02:32Z",
    "creatorId": "creator",
    "description": "",
    "fortressId": "63467e4b6ede1e21c1f4385b",
    "id": "634682a8cc899cfd5b95ac43",

  4. Look at the "id" above and run:
    qlik item rm 634682a8cc899cfd5b95ac43 (REPLACE THE ID)​
  5. The command above will delete the metadata concerning the app.

    The app itself, in theory, won't be deleted. But since it is on a Fort that is no longer available, that won't really matter.

  6. Once the metadata for all apps and items contained in a space is removed, then you will be able to remove the space from the Management console (or using the command line: qlik space rm SPACEID)

 

Environment

Qlik Cloud 

Labels (1)
Version history
Last update:
‎2023-03-23 09:33 AM
Updated by: