Skip to content
LIVCK Cloud

Changelog

What changed in LIVCK Cloud — new features, improvements, fixes and announced deprecations.

2026.09.1

Roadmap board, Discord bot for the Cloud and new API endpoints

From today, our roadmap board shows what we are working on, and you can have your say. Our Discord bot now also brings status pages from LIVCK Cloud into Discord, and the API tells you more about every service.

New

  • The roadmap and feedback board

    Console#

    On roadmap.livck.cloud you can see what we are working on right now, what comes next and what is done. With your LIVCK account you can:

    • vote on topics
    • follow topics
    • join the discussion
    • submit ideas of your own

    A submission is first seen only by you, your organisation and us. If it appears on the board, it does so in our wording and without your name.

  • Discord bot for LIVCK Cloud

    Status pages#

    Our Discord bot brings your status page into a Discord channel. Until now that worked only with Self-Hosted; since 22 September it also works with status pages from LIVCK Cloud. To set it up:

    1. Invite the bot to your Discord server.
    2. Run /livck subscribe in the channel you want and paste the address of your status page. Cloud or Self-Hosted, the bot works that out itself.

    Incidents and maintenance then appear as threads of their own.

  • Incidents, maintenance and check history per service

    API#

    Three new endpoints return everything around a service:

    • GET /v1/services/{id}/incidents: its incidents
    • GET /v1/services/{id}/maintenances: its maintenance
    • GET /v1/services/{id}/checks: its check results with location, status, HTTP code, error and timings

    That way the API also tells you why a service was unreachable. /v1/incidents and /v1/maintenances can also be narrowed to several services with service_ids.

  • Retry requests safely

    API#

    Write requests (POST) accept an optional Idempotency-Key header. If the response to a successful request never arrives, for example because of a timeout, just repeat it with the same key. You get the original response back, and nothing is created twice. The only exception is uploading logos and favicons.

  • Find and ensure tags

    API#
    • GET /v1/tags now filters by label and key.
    • POST /v1/tags/ensure creates a tag or returns the existing one.

    No more paging through a list to find a tag.

Improved

  • Creating services: all or nothing

    API#

    If part of creating a service through the API fails, such as setting its tags, no half-created service is left behind any more. A second attempt therefore creates no duplicate.

2026.07.4

Access areas

Larger organisations can now decide which services and status pages each team gets to see.

New

  • Access areas

    Organisation#

    Services and status pages can be bundled into an area and granted to specific teams or roles. Every other member sees nothing of them — not in lists, not in incidents, not in notifications.

    With no areas, nothing changes: everything stays visible to everyone, as before.

    Open access areas

  • LIVI in the top bar

    Console#

    LIVI shows the overall state of every service. Colour and face change as soon as something goes down.

  • Server monitoring is now open to everyone

    Servers#

    After the pilot it is open to every organisation: CPU, memory, disks and running services next to your other checks. Nobody has to request access any more.

    Connect a server

Improved

  • Disk indicator with every mount point

    Servers#

    The server overview now shows every partition, not just the fullest.

  • Server metrics as a chart set

    Status pages#

    A ready-made set for the status page, instead of adding each series by hand.